PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFDigitalSignatureDigestAlgorithm Enumeration
In This Topic
    PDFDigitalSignatureDigestAlgorithm Enumeration
    In This Topic
    Specifies the supported digest algorithms used to compute the digital signature.
    Members
    MemberDescription
    SHA1SHA-1 hash function. This hash function should be used only with timestamp and OCSP requests.
    SHA256SHA-256 hash function.
    SHA384SHA-384 hash function.
    SHA512SHA-512 hash function.
    UNKNOWNNo hash function, used as temporary placeholder.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.digitalsignatures.PDFDigitalSignatureDigestAlgorithm

    See Also